GetManifestForFrameResponse

data class GetManifestForFrameResponse(manifestURL: String)

Represents response frame that is returned from ApplicationCache#getManifestForFrame operation call. Returns manifest URL for document in the given frame.

See also

Constructors

GetManifestForFrameResponse
Link copied to clipboard
fun GetManifestForFrameResponse(manifestURL: String)

Properties

manifestURL
Link copied to clipboard
val manifestURL: String
Manifest URL for document in the given frame.

Sources

jvm source
Link copied to clipboard